Skip to content
Snippets Groups Projects
Commit a3752d86 authored by Anders Fröberg's avatar Anders Fröberg
Browse files

Update Dockerfile

parent fe9bbf9d
No related branches found
No related tags found
No related merge requests found
Pipeline #16957 passed with warnings
FROM nginx:alpine
COPY index.html /usr/share/nginx/html
EXPOSE 80
#FROM nginx:alpine
#COPY index.html /usr/share/nginx/html
#EXPOSE 80
FROM alpine:latest
COPY . sapis
WORKDIR "/sapis/"
RUN apk --no-cache update && apk --no-cache add python3 cython3 py-numpy openjdk11 && pip3 install --no-cache-dir --disable-pip-version-check -r REQUIREMENTS.txt
EXPOSE 4567
CMD ["./start.sh"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment