landing/docker/Dockerfile
thomas db0243b35e
Some checks failed
Tomcode landing build/deploy / dockerize (push) Blocked by required conditions
Tomcode landing build/deploy / build (push) Has been cancelled
l
2024-09-22 14:12:05 +02:00

4 lines
119 B
Docker
Executable File

FROM nginx:alpine
COPY ./build /usr/share/nginx/html
RUN pwd && ls -la
COPY ./docker/default.conf /etc/nginx/conf.d/