Skip to content

Commit

Permalink
moving everything into public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasExists2 committed Jul 12, 2023
1 parent 41ab577 commit 7d7b538
Show file tree
Hide file tree
Showing 34 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ COPY httpd.conf .
# Copy the static website
# Use the .dockerignore file to control what ends up inside the image!
# NOTE: Originally commented out since this will also copy the .config file
COPY . .
COPY /public .

# Run busybox httpd
CMD ["/busybox", "httpd", "-f", "-v", "-p", "3000", "-c", "httpd.conf"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7d7b538

Please sign in to comment.