mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-04-16 13:20:57 +00:00
changes for temp launch
This commit is contained in:
@@ -5,7 +5,7 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
ENV NODE_ENV=development
|
||||
ENV NODE_ENV=production
|
||||
RUN npm run build
|
||||
|
||||
# Step 2: Serve stage
|
||||
|
||||
Reference in New Issue
Block a user