Skip to content

Commit

Permalink
chore: dockerfile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Mar 11, 2024
1 parent 84d5d1e commit 3f249e0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# FROM node:16 as build-stage
# WORKDIR /app
# COPY package*.json ./
# RUN npm install
# COPY ./ .
# RUN npm run build

# FROM nginx as development-stage
# EXPOSE 3000
# RUN mkdir /app
# COPY nginx.conf /etc/nginx/conf.d/default.conf
# COPY --from=build-stage /app/dist /app

FROM node:16

WORKDIR /app
Expand Down

0 comments on commit 3f249e0

Please sign in to comment.