Skip to content

Commit 3de8d0f

Browse files
committed
attempt to fix gh actions
1 parent 0d9927e commit 3de8d0f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
FROM node:16-alpine3.12 as build
22
WORKDIR /app
33
ENV PATH /app/node_modules/.bin:$PATH
4-
COPY package.json ./
5-
COPY package-lock.json ./
64
COPY . ./
7-
RUN mkdir public/build && npm i
5+
RUN npm i
86
RUN npm run build
97

108
EXPOSE 3000

public/a

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
this folder should exist

0 commit comments

Comments
 (0)