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
7bb58f5f
Commit
7bb58f5f
authored
Oct 05, 2020
by
Ismail Moumni
Browse files
deletinf DOCKERFILE from Server
parent
262ade04
Pipeline
#1287
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
softwares/server/Dockerfile
deleted
100644 → 0
View file @
262ade04
## base image
#FROM alpine:latest
## maintainer
#LABEL maintainer="david@lipn.fr"
## variable
#ENV AUTHOR Docker
#ADD database/ /usr/local/server/
#ADD server/ /usr/local/server
#WORKDIR /usr/local/server/
## Dépendances
#RUN apk update
#RUN apk add python3
#RUN apk add py-pip
#RUN pip install mysql-connector-python
#RUN pip install get_docker_secret
#RUN pip install docker
#CMD ["python3", "server.py"]
## 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
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