chore: docker using python

This commit is contained in:
wonderlandpark 2021-04-29 21:00:36 +09:00
parent 907d966828
commit 186755eee4
No known key found for this signature in database
GPG Key ID: E3E650B146478C64
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM node:14.16-alpine
# install packages
RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh
apk add --no-cache bash git openssh python3 py3-pip
# Create app directory
RUN mkdir -p /usr/src/app

View File

@ -10,7 +10,7 @@ import { ErrorMessage } from '@utils/Constants'
const Container = dynamic(() => import('@components/Container'))
const MyError = ({ statusCode }) => {
const MyError = () => {
return <div
className='flex items-center h-screen select-none px-20'
>