Skip to content

Commit

Permalink
fix: docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynethiessen committed Jun 25, 2024
1 parent 0175e79 commit ed1b0c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/deploy/docker/server.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:stable-bookworm
FROM node:iron-bookworm
MAINTAINER Shayne Thiessen <[email protected]>

# Get third-party applications
Expand Down
2 changes: 1 addition & 1 deletion packages/deploy/docker/web.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:stable-bookworm
FROM node:iron-bookworm
MAINTAINER Shayne Thiessen <[email protected]>

ADD packages/web/dist/ /usr/share/nginx/html
Expand Down

0 comments on commit ed1b0c9

Please sign in to comment.