Skip to content

Commit 0486ccf

Browse files
committed
fix(docker): remove trailing line continuation in Dockerfile
1 parent 8632488 commit 0486ccf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ COPY --from=builder /app/db ./db
2929
COPY --from=builder /app/definitions ./definitions
3030
COPY --from=builder /app/tsconfig.typeorm.json ./tsconfig.typeorm.json
3131
COPY --from=builder /app/tsconfig.json ./tsconfig.json
32+
3233
COPY docker/entrypoint.sh /entrypoint.sh
3334

3435
RUN mkdir -p /app/public/assets \
3536
&& chmod +x /entrypoint.sh \
36-
&& chown -R nextjs:nodejs /app \
37+
&& chown -R nextjs:nodejs /app
3738

3839
USER nextjs
3940
EXPOSE 3000

0 commit comments

Comments
 (0)