Skip to content

Commit 5e49764

Browse files
committed
add workdir to docker for faster build
1 parent 6731b1d commit 5e49764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Stage 1: build the application
22
FROM nginx:alpine AS build-nginx
3+
WORKDIR /app
34
RUN apk add nodejs npm
45
COPY . .
56
RUN npm i

0 commit comments

Comments
 (0)