Skip to content

Commit e47eed2

Browse files
committedJan 4, 2024
Update Dockerfile
1 parent 96fcd34 commit e47eed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:current as builder
1+
FROM node:current AS builder
22

33
ARG ENVIRONMENT="dev"
44

@@ -32,4 +32,4 @@ ENV URL="https://$ENVIRONMENT.studio.harperdb.io"
3232

3333
EXPOSE 3000
3434

35-
ENTRYPOINT ["/home/node/app/entrypoint.sh"]
35+
ENTRYPOINT ["/home/node/app/entrypoint.sh"]

0 commit comments

Comments
 (0)
Please sign in to comment.