Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-message-format
34b42c40433394f86aa61bcc62886f119231387e
34b42c40433394f86aa61bcc62886f119231387e
Switch branch/tag
backbone-message-format
docker
Dockerfile
Find file
Normal view
History
Permalink
Dockerfile
86 Bytes
Edit
Web IDE
Newer
Older
refactor: closing files that have been opened
James Kirk
committed
2 years ago
1
2
3
4
5
6
7
FROM
python:3.9.16-alpine
WORKDIR
/app
COPY
. .
RUN
pip
install
-r
requirements.txt