Skip to content

Commit

Permalink
Improved dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Aug 28, 2023
1 parent efa6c7e commit 1d3b365
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:18-alpine
FROM node:19-alpine
MAINTAINER totalplatform "info@totaljs.com"

VOLUME /www
WORKDIR /www
RUN mkdir -p /www/bundles
VOLUME /www/
WORKDIR /www/
RUN mkdir -p /www/bundles/

COPY index.js .
COPY config .
Expand Down

0 comments on commit 1d3b365

Please sign in to comment.