mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
fixing Dockerfile
This commit is contained in:
@@ -3,7 +3,7 @@ FROM alpine:latest as build
|
||||
RUN apk add --update nodejs npm
|
||||
RUN npm install --global yarn
|
||||
|
||||
COPY ['.', '/usr/src']
|
||||
COPY [".", "/usr/src"]
|
||||
WORKDIR /usr/src
|
||||
|
||||
RUN yarn
|
||||
|
||||
Reference in New Issue
Block a user