This commit is contained in:
+2
-5
@@ -18,14 +18,11 @@ RUN yarn install --immutable
|
||||
# Type check app
|
||||
# RUN yarn typecheck
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
FROM base AS runner
|
||||
|
||||
# Build app
|
||||
COPY . .
|
||||
|
||||
# Start the app
|
||||
|
||||
RUN yarn build
|
||||
|
||||
USER node
|
||||
|
||||
Reference in New Issue
Block a user