File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ FROM node:16-alpine
22ENV NODE_ENV=production
33ENV SENTRY_DSN="https://9b9761216607428180ea3b32bd1c8e58@o140996.ingest.sentry.io/4504645996576768"
44LABEL org.opencontainers.image.source=https://github.com/tdjsnelling/sqtracker
5- WORKDIR /sqtracker/api
5+ WORKDIR /sqtracker
66COPY . .
77RUN yarn install
8+ RUN echo "{}" > /config.js
89RUN yarn build
910EXPOSE 3001
1011CMD yarn start
Original file line number Diff line number Diff line change 11{
22 "name" : " @sqtracker/api" ,
3- "version" : " 1.0.0-beta.2 " ,
3+ "version" : " 1.0.0-beta.3 " ,
44 "private" : true ,
55 "license" : " GPL-3.0-only" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @sqtracker/client" ,
3- "version" : " 1.0.0-beta.2 " ,
3+ "version" : " 1.0.0-beta.3 " ,
44 "private" : true ,
55 "license" : " GPL-3.0-only" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " sqtracker" ,
3- "version" : " 1.0.0-beta.2 " ,
3+ "version" : " 1.0.0-beta.3 " ,
44 "private" : true ,
55 "license" : " GPL-3.0-only" ,
66 "workspaces" : [
You can’t perform that action at this time.
0 commit comments