Skip to content

Commit

Permalink
chore: Update Dockerfile and docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tt72 committed Aug 18, 2024
1 parent 4645542 commit 7589dab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ FROM lipanski/docker-static-website:latest
COPY --from=builder /app/dist .
COPY httpd.conf .
EXPOSE 3000
CMD ["/busybox", "httpd", "-f", "-v", "-p", "3000", "-c", "httpd.conf"]
CMD ["/busybox-httpd", "-f", "-v", "-p", "3000", "-c", "httpd.conf"]
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

services:
terminal:
#image: ghcr.io/m4tt72/terminal:svelte
Expand Down

0 comments on commit 7589dab

Please sign in to comment.