fix
This commit is contained in:
parent
9812fb9bcf
commit
3920c90097
|
|
@ -19,8 +19,6 @@ RUN npm install
|
||||||
# Copy semua source code
|
# Copy semua source code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Build aplikasi
|
|
||||||
RUN npm run build
|
|
||||||
|
|
||||||
# Expose port
|
# Expose port
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue