Skip to content

Commit

Permalink
[merge] #479 from yaongmeow/be-fix/#474-base-img
Browse files Browse the repository at this point in the history
[fix] Docker base img 수정 (develop으로...)
  • Loading branch information
kmi0817 authored Oct 6, 2024
2 parents f503d10 + 1a32064 commit 6b6138f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BE/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM node:18-alpine

ENV NODE_OPTIONS="--max-old-space-size=4096"

Expand Down

0 comments on commit 6b6138f

Please sign in to comment.