Skip to content
Snippets Groups Projects
Commit 62e653f9 authored by Halil Mekeci's avatar Halil Mekeci
Browse files

Update Dockerfile

parent 9bd9b7ad
No related branches found
No related tags found
No related merge requests found
Pipeline #81978 failed
FROM alpine
# Install packages
RUN apk add --update nginx
# Copy local files to the container
COPY . /usr/share/nginx/html
# Define the command to run when the container starts
CMD ["nginx", "-g", "daemon off;"]
FROM alpine:latest
CMD [ "echo", "Hello Guys!" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment