We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bd51d commit a5cd270Copy full SHA for a5cd270
Dockerfile
@@ -1,5 +1,5 @@
1
FROM node:14-alpine AS base
2
-RUN apk add --update bash && rm -rf /var/cache/apk/*
+RUN apk add --update bash curl && rm -rf /var/cache/apk/*
3
RUN mkdir -p /var/app && chown -R node /var/app
4
WORKDIR /var/app
5
COPY . .
package.json
{
- "name": "token_frontender_magazine",
+ "name": "token.frontender.info",
"version": "1.0.0",
"private": false,
"scripts": {
0 commit comments