Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Julien David
rdos
Commits
256f9993
Commit
256f9993
authored
Sep 30, 2020
by
Ismail Moumni
Browse files
removing #
parent
2850cd81
Pipeline
#1020
failed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
softwares/server/Dockerfile
View file @
256f9993
#
# base image
## base image
#FROM alpine:latest
#FROM alpine:latest
#
## maintainer
## maintainer
#LABEL maintainer="david@lipn.fr"
#LABEL maintainer="david@lipn.fr"
#
## variable
## variable
#ENV AUTHOR Docker
#ENV AUTHOR Docker
#
#ADD database/ /usr/local/server/
#ADD database/ /usr/local/server/
#
#ADD server/ /usr/local/server
#ADD server/ /usr/local/server
#
#WORKDIR /usr/local/server/
#WORKDIR /usr/local/server/
#
## Dépendances
## Dépendances
#RUN apk update
#RUN apk update
#
#RUN apk add python3
#RUN apk add python3
#RUN apk add py-pip
#RUN apk add py-pip
#RUN pip install mysql-connector-python
#RUN pip install mysql-connector-python
#RUN pip install get_docker_secret
#RUN pip install get_docker_secret
#RUN pip install docker
#RUN pip install docker
#
#CMD ["python3", "server.py"]
#CMD ["python3", "server.py"]
#
## TO BUILD the image from parent directory "Softwares" Command : docker build --tag "tag" -f ./server/Dockerfile .
## TO BUILD the image from parent directory "Softwares" Command : docker build --tag "tag" -f ./server/Dockerfile .
## TO run the build in DOCKER : docker run --name "name" ser-app
## TO run the build in DOCKER : docker run --name "name" ser-app
#
#
#
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment