Skip to content

Commit 8af7cac

Browse files
committed
Remove command from Dockerfile
1 parent 98e6f77 commit 8af7cac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM node:16-alpine as build
33
RUN mkdir /home/node/react-relay-example/ && chown -R node:node /home/node/react-relay-example
44
WORKDIR /home/node/react-relay-example
55
COPY --chown=node:node . .
6-
RUN rm tsconfig.json
76
RUN yarn install --frozen-lockfile && yarn build
87

98
FROM nginx:stable-alpine

0 commit comments

Comments
 (0)